home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Mouse Event Handling
- Sent: 3/13/96 9:51 AM
- Received: 3/13/96 9:01 AM
- From: BikeB4Work@aol.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >OpenDoc only send MouseEnter, MouseWithin and MouseLeave events
- >when the mouse is up. They don't work during mouse down. To do
- >what I think your are trying to do you should use a FW_CTracker
- >object.
- >ODFBitmap and ODFDraw use tracker objects.
-
- Henri,
-
- I've looked at ODF's FW_CTracker and it appears that it will not handle
- tracking from one frame to another. I am writing a part that uses multiple
- sequenced frames and needs to be able to tell when the mouse is within a
- frame, when it leaves a frame and when it enters another frame when the mouse
- button is down.
-
- If FW_CTracker is the way to go, could you send me a snippet of code to
- demonstrate how to use it going from frame to frame? Or, is there some way
- to use ODF's MouseEnter, MouseWithin and MouseLeave routines while the mouse
- button is down?
-
- Your help is appreciated,
- Ken
- BikeB4Work@aol.com
-